Name Animal Pelt Processing Table
ShortName mgc.pelttable
TopTexture PeltTableTop
SideTexture PeltTableSide
BottomTexture PeltTableBottom
GunBoxID 64280
Recipe I ingotIron W cloth K log
IWI
IWI
KKK
//AddGun shortName amountOf item
//AddAmmo must come immediately after AddGun for them to be in the same slot
//The names of the items / blocks are those in the code, with some exceptions such as iron (ingotIron) and gunpowder (sulphur)
//And with parts from this mod, they are the shortName of the item
//Guns cannot yet have multiple ammo types in the same slot. For now, just list them under two seperate guns that are the same
//NumGuns must come before all the addGun lines and must be correct.
NumGuns 1
AddGun mgc.item.treatedwolffur 2 mgc.item.freshwolfpelt 1 mgc.item.needleandthread
AddAmmo mgc.item.treatedgrizzlybearfur 2 mgc.item.freshgrizzlybearpelt 1 mgc.item.needleandthread
AddAmmo mgc.item.treatedelephantleather 2 mgc.item.freshelephantskin 1 mgc.item.needleandthread
